home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / texttool.arc / WC.DOC < prev   
Text File  |  1987-02-11  |  386b  |  7 lines

  1.     wc counts words, characters and lines in any file.  It is designed
  2. to work on text files, but will willy nilly process a binary file (word
  3. and line counts will be meaningless).
  4.  
  5.     While inspired by UNIX wc (and much code is directly from K&R), it
  6. does not recognize or process the c, w or l flags.  Output therefore is
  7. always one line of line, word and character count for a file.